more quiet
This commit is contained in:
		
							parent
							
								
									8c88303009
								
							
						
					
					
						commit
						0a9e10bee9
					
				
							
								
								
									
										10
									
								
								src/lib.rs
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								src/lib.rs
									
									
									
									
									
								
							| @ -109,7 +109,7 @@ impl PSOPacketData for String { | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| #[derive(Debug, Clone, PartialEq)] | ||||
| #[derive(Clone, PartialEq)] | ||||
| pub struct ConsumingBlob { | ||||
|     pub blob: Vec<u8>, | ||||
| } | ||||
| @ -127,6 +127,14 @@ impl PSOPacketData for ConsumingBlob { | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| impl std::fmt::Debug for ConsumingBlob { | ||||
|     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { | ||||
|         f.debug_struct("ConsumingBlob") | ||||
|             .field("blob", &"[...]") | ||||
|             .finish() | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| pub trait PSOPacket: std::fmt::Debug { | ||||
|     // const CMD: u16;
 | ||||
|     fn from_bytes(data: &[u8]) -> Result<Self, PacketParseError> where Self: Sized; | ||||
|  | ||||
| @ -570,6 +570,7 @@ pub struct QuestFileRequest { | ||||
| pub struct QuestChunk { | ||||
|     pub chunk_num: u32, | ||||
|     pub filename: [u8; 16], | ||||
|     #[nodebug] | ||||
|     pub blob: [u8; 0x400], | ||||
|     pub blob_length: u32, | ||||
|     pub unknown: u32, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user