pub struct IOFBDPLinkConfig {Show 14 fields
pub version: u16,
pub bitRate: u8,
pub t1Time: u16,
pub t2Time: u16,
pub t3Time: u16,
pub idlePatterns: u8,
pub laneCount: u8,
pub voltage: u8,
pub preEmphasis: u8,
pub downspread: u8,
pub scrambler: u8,
pub maxBitRate: u8,
pub maxLaneCount: u8,
pub maxDownspread: u8,
/* private fields */
}Available on crate feature
graphics only.Expand description
Fields§
§version: u16§bitRate: u8§t1Time: u16§t2Time: u16§t3Time: u16§idlePatterns: u8§laneCount: u8§voltage: u8§preEmphasis: u8§downspread: u8§scrambler: u8§maxBitRate: u8§maxLaneCount: u8§maxDownspread: u8Trait Implementations§
Source§impl Clone for IOFBDPLinkConfig
impl Clone for IOFBDPLinkConfig
Source§fn clone(&self) -> IOFBDPLinkConfig
fn clone(&self) -> IOFBDPLinkConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IOFBDPLinkConfig
impl Debug for IOFBDPLinkConfig
Source§impl Encode for IOFBDPLinkConfig
Available on crate feature objc2 only.
impl Encode for IOFBDPLinkConfig
Available on crate feature
objc2 only.Source§impl PartialEq for IOFBDPLinkConfig
impl PartialEq for IOFBDPLinkConfig
Source§impl RefEncode for IOFBDPLinkConfig
Available on crate feature objc2 only.
impl RefEncode for IOFBDPLinkConfig
Available on crate feature
objc2 only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for IOFBDPLinkConfig
impl StructuralPartialEq for IOFBDPLinkConfig
Auto Trait Implementations§
impl Freeze for IOFBDPLinkConfig
impl RefUnwindSafe for IOFBDPLinkConfig
impl Send for IOFBDPLinkConfig
impl Sync for IOFBDPLinkConfig
impl Unpin for IOFBDPLinkConfig
impl UnwindSafe for IOFBDPLinkConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.